The Form Wizard is designed to help you create forms of your own. Each of the 10 form elements is listed down the left side of the Wizard.
Click on the form element you want to add to the Design Pad. As you
add each new form element, you will be prompted to define the
attributes of that element. For example, if you are adding a text
box, you will be asked to specify the text box name, size and default
text. For a full description of each form element, and what each of
the attributes are, click on the 'Related Topics' button below and
select the form element for which you want help.
After designing the layout of your form you need to specify where the completed form results are to be sent. You have a choice of an e-mail address or a URL. If you choose an e-mail address the form results in their raw form are sent to the e-mail address you specify. (Note: This does not work for users of Internet Explorer.) Alternatively, if you choose a URL you need to specify the address of the CGI script that is going to receive and process your form. You will be asked to specify the METHOD, URL (or action) and the ENCTYPE.